<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ–°é—»èµ„è®¯*/
/*$$
{"color":[{"val":"#4f4f4f","title":"æ&nbsp;‡é¢˜ä¸­æ–‡å­—é¢œè‰²+æ­£æ–‡å­—"},
{"val":"#e7e7e7","title":"æ&nbsp;‡é¢˜è‹±æ–‡å­—é¢œè‰²"},
{"val":"#ff7011","title":"é¼&nbsp;æ&nbsp;‡æ»‘è¿‡æ–‡å­—é¢œè‰²"},
{"val":"rgba(255,255,255,.85)","title":"æŸ¥çœ‹è¯¦æƒ…æŒ‰é’®é»˜è®¤æ–‡å­—é¢œè‰²"},
{"val":"#ffffff","title":"æŸ¥çœ‹æ›´å¤šé¢œè‰²+åˆ—è¡¨é€‰ä¸­"}],
"background":[{"val":"#f6f6f6","title":"æ•´ä½“åº•é¢œè‰²"},
{"val":"#ff7011","title":"æ&nbsp;‡é¢˜æ¨ªçº¿é¢œè‰²+æŸ¥çœ‹æ›´å¤š"},
{"val":"#4f4f4f","title":"å¤§æ&nbsp;‡é¢˜æ¨ªçº¿é¢œè‰²"},
{"val":"#fab384","title":"æŸ¥çœ‹è¯¦æƒ…é¼&nbsp;æ&nbsp;‡æ»‘è¿‡è¾¹æ¡†"},
{"val":"#ffffff","title":"å³ä¾§æ—¥æœŸé¢œè‰²"}],
"border":[{"val":"#d1d1d1","title":"å³ä¾§è™šçº¿æ¡†é¢œè‰²"},
{"val":"#ff7011","title":"é¼&nbsp;æ&nbsp;‡æ»‘è¿‡è¾¹æ¡†"},]}
$$*/

#news_150 {
	width: 100%;
	background: #f6f6f6;
	padding: 60px 0;
}

#news_150 .newsBody {
	width: 1200px;
	margin: 0 auto;
}

#news_150 .indexTitle {
	width: 100%;
}

#news_150 .indexCH {
	font-size: 26px;
	line-height: 40px;
	color: #4f4f4f;
	text-align: center;
	width: 10.4%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#news_150 .indexCH span {
	width: 8px;
	height: 3px;
	background: #4f4f4f;
	text-align: center;
	display: block;
}

#news_150 .indexEN {
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #e7e7e7;
}

#news_150 .indexLine {
	height: 4px;
	width: 67px;
	margin: 0 auto;
	background: #ff7011;
	margin-top: 10px;
}

#news_150 .newsMore {
	width: 180px;
	margin: 0 auto;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	margin-top: 80px;
	background: #ff7011;
	position: relative;
	cursor: pointer;
	color: #ffffff;
}
#news_150 .newsMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}
#news_150 .newsMore.btnAnimat:before,
#news_150 .newsMore.btnAnimat:after,
#news_150 .newsMore.btnAnimat .inner:before,
#news_150 .newsMore.btnAnimat .inner:after{
	background:#fab384;
}
#news_150 .newsMore.btnAnimat:before,
#news_150 .newsMore.btnAnimat:after,
#news_150 .newsMore.btnAnimat .inner:before,
#news_150 .newsMore.btnAnimat .inner:after{
	position:absolute;
	content:"";
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s,-webkit-transform 0.3s;
}
#news_150 .newsMore.btnAnimat:before,
#news_150 .newsMore.btnAnimat:after{
	left:0;
	width:100%;
	height:2px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#news_150 .newsMore.btnAnimat .inner:before,
#news_150 .newsMore.btnAnimat .inner:after{
	top:0;
	width:2px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#news_150 .newsMore.btnAnimat .inner:before{
	left:0;
}
#news_150 .newsMore.btnAnimat .inner:after{
	right:0;
}
#news_150 .newsMore.btnAnimat .inner:hover:before,
#news_150 .newsMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#news_150 .newsMore.btnAnimat:before{
	top:0;
}
#news_150 .newsMore.btnAnimat:after{
	bottom:0;
}
#news_150 .newsMore.btnAnimat:hover:before,
#news_150 .newsMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#news_150 .newsMore.btnAnimat:hover .inner:before,
#news_150 .newsMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#news_150 .newsMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#news_150 .newsMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#news_150 .newsMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#news_150 .newsMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#news_150 .newsMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#news_150 .newsMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#news_150 .newsMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#news_150 .newsMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#news_150 .newsMore .tit{
	color: rgba(255,255,255,.85);
	display: block;
	width: 100%;
	cursor: pointer;
}
#news_150 .newsMore:hover .tit{
	color: #ffffff;
}
#news_150 .newsBig {
	width: 100%;
	margin-top: 70px;
}

#news_150 .newsChar {
	width: 35%;
	float: left;
	padding: 30px 30px 25px 20px;
	background: #ffffff;
}

#news_150 .newsChar .newsCharNum {
	font-size: 14px;
	line-height: 57px;
	color: #4f4f4f;
}

@font-face {
	font-family: SourceHanSansSC-Medium;
	src: url('/static/fonts/SourceHanSansSC-Medium.otf');
}

#news_150 .newsChar .newsCharTit {
	font-family: SourceHanSansSC-Medium;
	font-size: 30px;
	line-height: 40px;
	color: #4f4f4f;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#news_150 .newsChar .newsCharTit:hover{
	color: #ff7011;
}
#news_150 .newsChar .newsCharLine {
	width: 80px;
	height: 1px;
	background: #333333;
	margin: 20px 0;
}

#news_150 .newsChar p {
	font-size: 14px;
	line-height: 30px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#news_150 .newsChar .itemImg{
	width: 100%;
	height: 270px;
	margin-top: 30px;
	overflow: hidden;
}
#news_150 .newsChar .itemImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#news_150 .newsChar .itemImg img:hover{
	transform: scale(1.1);
}
#news_150 .newsList {
	width: 58.3%;
	float: right;
	padding: 0 23px 0 45px;
	box-sizing: border-box;
}

#news_150 .newsList ul {
	width: 100%;
}

#news_150 .newsList ul li{
	width: 100%;
	padding-bottom: 50px;
	margin-bottom: 45px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
#news_150 .newsList ul li::before{
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	left:0;
	bottom: 0;
	opacity: 1;
	border-bottom: #d1d1d1 dashed 1px;
	transition: width .3s ease;
}
#news_150 .newsList ul li::after{
	position: absolute;
	width: 0;
	height: 1px;
	content: '';
	left:0;
	bottom: 0;
	border-bottom: #ff7011 dashed 1px;
	transition: width .3s ease;
}
#news_150 .newsList ul li:hover::after{
	width: 100%;
}
#news_150 .newsList ul li:hover::before{
	opacity: 0;
}
#news_150 .newsList ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#news_150 .newsList ul li:hover .newsListLeft {
	background: #ff7011;
	color: #ffffff;
}
#news_150 .newsList ul li:hover .newsListRightTit{
	color: #ff7011;
}
#news_150 .newsListLeft {
	float: left;
	padding: 0 15px;
	background: #ffffff;
	color: #4f4f4f;
}

#news_150 .newsListLeftA {
	font-size: 26px;
	line-height: 57px;
	text-align: center;
}

#news_150 .newsListLeftB {
	font-size: 14px;
	line-height: 57px;
	text-align: center;
}

#news_150 .newsListRight {
	width: 84%;
	float: right;
}

#news_150 .newsListRight .newsListRightTit {
	padding-left: 35px;
	background: url(./../../../static/images
/NP00008_01.png) no-repeat left center;
	font-size: 18px;
	line-height: 31px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 0;
}

#news_150 .newsListRight p {
	font-size: 14px;
	line-height: 30px;
	color: #4f4f4f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 25px;
}

@media screen and (max-width:1200px) {
	#news_150 .newsBody{
		width: 90%;
	}
	#news_150 .indexCH{
		width: 15%;
	}
	#news_150 .newsListRight{
		width: 80%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#news_150 .newsBody{
		width: 90%;
	}
	#news_150 .indexCH{
		width: 20%;
	}
	#news_150 .newsList{
		padding: 0 10px;
	}
	#news_150 .newsListRight{
		width: 75%;
	}
}


/* æ‰‹æœº */

@media screen and (max-width: 767px) {
	#news_150{
		padding: 20px 0;
	}
	#news_150 .newsBody{
		width: 96%;
	}
	#news_150 .newsChar{
		width: 100%;
		padding: 10px;
	}
	#news_150 .indexCH{
		width: 40%;
	}
	#news_150 .newsList{
		width: 100%;
		margin-top: 10px;
	}
	#news_150 .newsListRight{
		width: 65%;
	}
	#news_150 .newsMore{
		width: 35%;
		margin-top: 20px;
		line-height: 36px;
	}
	#news_150 .indexEN{
		font-size: 18px;
		line-height: 30px;
	}
	#news_150 .indexLine{
		height: 2px;
		margin-top: 0;
	}
	#news_150 .indexCH{
		font-size: 24px;
	}
	#news_150 .newsBig{
		margin-top: 20px;
	}
	#news_150 .newsChar .newsCharNum{
		line-height: 30px;
	}
	#news_150 .newsChar .newsCharTit{
		font-size: 16px;
	}
	#news_150 .newsChar .newsCharLine{
		margin: 5px 0;
	}
	#news_150 .newsChar p{
		line-height: 24px;
		max-height: 48px;
	}
	#news_150 .newsChar .itemImg{
		margin-top: 15px;
		height: 220px;
	}
	#news_150 .newsList ul li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#news_150 .newsListRight .newsListRightTit{
		font-size: 16px;
		line-height: 30px;
	}
	#news_150 .newsListRight p{
		line-height: 24px;
		max-height: 48px;
		margin-top: 5px;
	}
	#news_150 .newsListLeftA{
		font-size: 20px;
		line-height: 30px;
	}
}

</pre></body></html>